原始笔记
4.1 Code Review - 大纲
目录结构
- 4.1 Code Review
- 正文
- Collaborative Code Development Models
- Fork and Pull Model
- Shared Repository Model
- Several **code review techniques**
- Things to Look for in a Code Review
- Is the proposed code readable?
- Is the proposed code a minimal change?
- Is the structure of the code clear?
- Is there an appropriate and up-to-date documentation for the proposed code?
- Things Not to Look for in a Code Review